
 
 D C . p r e p e n d W i t h i n ( d o m E l e m e n t O r M a r k u p S t r i n g O r C S S S e l e c t o r ) 
 
 
 
 D e s c r i p t i o n :   I n s e r t s   a   D O M   e l e m e n t ,   m a r k u p   s t r i n g ,   o r   C S S   s e l e c t o r   r e f e r e n c e d   e l e m e n t   a t   t h e   b e g i n n i n g   o f   D C . c o n t a i n e r . 
 
 
 
 R e t u r n s :   D C   O b j e c t . 
 
 
 
 E x a m p l e : 
 
 
 
 / /   I n s e r t   a   D O M   e l e m e n t   a t   t h e   b e g i n n i n g   o f   D C . c o n t a i n e r . 
 
 D C . p r e p e n d W i t h i n ( d o m E l e m e n t ) ; 
 
 
 
 / /   I n s e r t   a   m a r k u p   s t r i n g   e l e m e n t   a t   t h e   b e g i n n i n g   o f   D C . c o n t a i n e r . 
 
 D C . p r e p e n d W i t h i n ( ' < d i v > H e r e   w e   a r e   n o w ,   e n t e r t a i n   u s . < / d i v > ' ) ; 
 
 
 
 / /   I n s e r t   o n e   e l e m e n t   r e f e r e n c e d   b y   a   C S S   s e l e c t o r   a t   t h e   b e g i n n i n g   o f   D C . c o n t a i n e r . 
 
 D C . p r e p e n d W i t h i n ( " # m y T a r g e t N o d e T o M o v e " ) ; 
 
 